fixed length stringの例文
- If fixed length strings are used, it might feel the need to display the trailing spaces . talk ) 01 : 36, 19 May 2012 ( UTC)
- :1 ) Character strings : 1 byte per character, assuming 255-256 possible characters . ( There are also 2-byte character codes, for languages with many symbols, like Chinese . ) Also, variable length character strings need to add at least one character to the " maximum length string ", for a null terminator, or 2 characters, if a character count is stored, instead, and the maximum string length exceeds 255 . ( The " average string length ", on the other hand, is typically shorter than the fixed length string .)